home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / os2 / am4pmsrc.zip / IO.H < prev    next >
Text File  |  1994-10-21  |  481b  |  9 lines

  1. APIRET16 APIENTRY16 RPORT(USHORT uPort);
  2. APIRET16 APIENTRY16 RPORTN(USHORT uPort, void * pDest, USHORT uCount);
  3. void APIENTRY16 WPORT(USHORT uPort, USHORT);
  4. APIRET16 APIENTRY16 RPORT16(USHORT uPort);
  5. APIRET16 APIENTRY16 RPORTN16(USHORT uPort, void * pDest, USHORT uCount);
  6. void APIENTRY16 WPORT16(USHORT uPort, USHORT);
  7. APIRET16 APIENTRY16 Dos16PortAccess(USHORT uPort, USHORT, USHORT, USHORT);
  8. // Include "SEGMENTS IO_TEXT IOPL" in your DEF file and export the functions
  9.